home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / drivers / nics / em2310 / readme.386 < prev   
Encoding:
Text File  |  1990-11-12  |  4.1 KB  |  109 lines

  1. Installation Notes for E/MASTER-II Under NetWare 386, V3.10:
  2.  
  3. October 25, 1990
  4.  
  5. ---------------------------------------------------------------------
  6. This is a BETA TEST version of the E/MASTER-II driver for Netware 386
  7. ---------------------------------------------------------------------
  8.  
  9. The NetWare 386 Server:
  10. ----------------------
  11.  
  12. Install the E/MASTER-II boards in the server in the following manner:
  13. Set them all to the SAME I/O base address (e.g.  300), DIFFERENT IRQ
  14. values, and DIFFERENT DMA values, then set the LAN A, B, C, D jumpers
  15. according to how many boards are installed, always starting with LAN
  16. A, then LAN B, and so on.
  17.  
  18. Boot the NetWare 386 server as usual.  Then, use the INSTALL
  19. NLM to add the following lines to the STARTUP.NCF file:
  20.  
  21.   SET MAXIMUM PHYSICAL RECEIVE PACKET SIZE = 4202
  22.   SET AUTO REGISTER MEMORY ABOVE 16 MEGABYTES = OFF
  23.   SET MINIMUM PACKET RECEIVE BUFFERS = 30
  24.  
  25. The value of 30 is for the maximum of 4 E/MASTER-II boards in the
  26. server; you should use at least as many per E/MASTER-II board as
  27. selected with the RXBUFS parameter (default 6).  This value is a
  28. MINIMUM value, your server may need more receive buffers.
  29.  
  30.  
  31. Installing the E/MASTER-II software:
  32.  
  33. This subdirectory contains the NetWare 386 E/MASTER-II
  34. driver EM2AT386.LAN.  Copy this file to the DOS partition of
  35. the NetWare 386 server or to the SYS:SYSTEM directory on the
  36. server.
  37.  
  38. After bringing up the server, load the E/MASTER-II driver
  39. once for each board installed in the server:
  40.  
  41.    :LOAD [C:]EM2AT386 INT=x DMA=y PORT=z [BUSRATE=b] [RXBUFS=r]
  42.  
  43. Where:    x = IRQ jumper setting for the LAN A board
  44.     y = DMA jumper settings for the LAN A board
  45.     z = I/O port setting for the LAN A board
  46.     b = Bus Transfer Rate option.  The default is 1 which will
  47.         be adequate for most single-E/MASTER servers.  Very fast
  48.         servers (386-33 or 486) can probably use up to BUSRATE=3.
  49.         You should only use BUSRATE=3 in machines which Cogent has
  50.         specifically qualified for this speed.  Unpredictable results
  51.         can be expected in other machines.    Use BUSRATE=1 (default) if
  52.         in doubt.
  53.         (NOTE: Compaq SystemPro machines should use BUSRATE=2).
  54.  
  55.     r = the number of receive ECB's that the driver will
  56.         pre-allocate.  The default is 6, which should be the
  57.         minimum used.
  58.  
  59.     (You will have to specify the path (e.g. "A:" or "C:") if loading
  60.      the driver from the DOS partition of the 386 server drive
  61.      or from a floppy disk)
  62.  
  63. Then bind the IPX protocol to the E/MASTER-II board:
  64.  
  65.    :BIND IPX TO EM2AT386 [INT=x] NET=1
  66.  
  67. Where:    x = the same IRQ setting used for the LAN A board
  68.     NET=1 is the IPX internal network number for LAN A
  69.     (the actual number used is arbitrary but must be
  70.     different for each E/MASTER-II loaded)
  71.  
  72. Repeat the above LOAD and BIND process for each E/MASTER-II
  73. board in the machine.  If desired, the above commands can be
  74. added to the AUTOEXEC.NCF file by using the INSTALL NLM
  75. program.
  76.  
  77. The default LAN protocol used is 802.3.  You can use Ethernet_II
  78. protocol by loading EM2AT386 with the "frame=ETHERNET_II"
  79. parameter.
  80.  
  81.  
  82. IMPORTANT!
  83. ----------
  84.  
  85. The E/MASTER-II board with the LAN A jumper setting must be LOADed
  86. FIRST, LAN B must be LOADed second, LAN C third, etc.
  87.  
  88.  
  89. NOTE on the BUSRATE Parameter:
  90. -----------------------------
  91.  
  92. This parameter is provided for compatibility with the widest range
  93. of ISA bus machines.  It determines the data rate that the E/MASTER-II
  94. board uses on the system bus, and can be set to 0, 1, 2, or  3.  The
  95. default value is 1, which is a conservative setting and
  96. will operate correctly in virtually all ISA bus machines.
  97.  
  98. When using multiple E/MASTER-II boards in one machine, it is possible
  99. to improve performance in most systems by using a higher data rate
  100. than the default, and BUSRATE=2 or 3 can be used in qualified servers
  101. with adequately high performance.
  102.  
  103. IF YOU EXPERIENCE ANY PROBLEMS in getting the E/MASTER-II board to
  104. initialize or function properly and you have verified all other
  105. hardware jumper settings, try a lower value for the BUSRATE parameter.
  106.  
  107. Refer to the E/MASTER-II manual for complete information about
  108. setting the BUSRATE parameter.
  109.